Skip to content

Commit 3fb4808

Browse files
committed
add permissions to workflow
1 parent 09fb7f7 commit 3fb4808

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/workflow-java.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ on:
1414
- file_checker_exec/**
1515
release:
1616
types: [created]
17+
18+
permissions:
19+
contents: read
20+
security-events: write
21+
actions: read
1722

1823
jobs:
1924
container-image-build:

file_checker_exec/src/main/java/fr/coriolis/checker/validators/ArgoMetadataFileValidator.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ public ArgoMetadataFileValidator(ArgoDataFile arFile) {
7575
super(arFile);
7676
}
7777

78-
// public ArgoMetadataValidator(String specDir, String version) {
79-
// // super(specDir, FileType.METADATA, version);
80-
// }
81-
8278
// ..........................................
8379
// METHODS
8480
// ..........................................

0 commit comments

Comments
 (0)