Skip to content

Commit

Permalink
Merge pull request #23 from IABTechLab/gdm-UID2-3154-secret-scanning
Browse files Browse the repository at this point in the history
Added .trivyignore and updated .gitignore
  • Loading branch information
gmsdelmundo authored Apr 26, 2024
2 parents 97f2377 + 092fe38 commit d18a9cf
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Build and Test
on: [pull_request, push, workflow_dispatch]

jobs:
build:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@main
secrets: inherit
with:
working_dir: attestation-aws/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*/target/
.idea/
5 changes: 5 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# List any vulnerability that are to be accepted
# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
# for more details
# e.g.
# CVE-2022-3996
12 changes: 12 additions & 0 deletions attestation-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@

<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit d18a9cf

Please sign in to comment.