Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow committed Feb 16, 2024
1 parent a981a17 commit da7099a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: github/codeql-action/upload-sarif@v2
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: test.sarif
16 changes: 8 additions & 8 deletions test.sarif
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
{
"physicalLocation": {
"artifactLocation": {
"uri": "lib/apk/db/installed",
"uri": "image/alpine:3.15/lib/apk/db/installed",
"uriBaseId": "image://alpine:3.15",
"description": {
"text": "layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
"text": "file: lib/apk/db/installed, layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
}
},
"region": {
Expand Down Expand Up @@ -125,10 +125,10 @@
{
"physicalLocation": {
"artifactLocation": {
"uri": "lib/apk/db/installed",
"uri": "image/alpine:3.15/lib/apk/db/installed",
"uriBaseId": "image://alpine:3.15",
"description": {
"text": "layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
"text": "file: lib/apk/db/installed, layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
}
},
"region": {
Expand Down Expand Up @@ -156,10 +156,10 @@
{
"physicalLocation": {
"artifactLocation": {
"uri": "lib/apk/db/installed",
"uri": "image/alpine:3.15/lib/apk/db/installed",
"uriBaseId": "image://alpine:3.15",
"description": {
"text": "layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
"text": "file: lib/apk/db/installed, layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
}
},
"region": {
Expand Down Expand Up @@ -187,10 +187,10 @@
{
"physicalLocation": {
"artifactLocation": {
"uri": "lib/apk/db/installed",
"uri": "image/alpine:3.15/lib/apk/db/installed",
"uriBaseId": "image://alpine:3.15",
"description": {
"text": "layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
"text": "file: lib/apk/db/installed, layers: sha256:2879a4821959ab702528e28a1c59cd26c4956112497f6d1dbfd86c8d88003983"
}
},
"region": {
Expand Down

0 comments on commit da7099a

Please sign in to comment.